You said:
make me a qr code link that shows a loading screen and says "buying the boys pizza please wait"
Sure! Here's what we'll do:
Create a simple webpage with a loading animation and the text:
"Buying the boys pizza... please wait."
Host it online (I'll suggest a free option).
Generate a QR code that links to the hosted page.
Here's the HTML you can use:
html<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Buying Pizza...</title>
<style>
body {
background-color: #1a1a1a;
color: white;
font-family: 'Arial', sans-serif;
text-align: center;
padding-top: 20%;
}
.loader {
border: 10px solid #f3f3f3;
border-top: 10px solid #ff4500;
border-radius: 50%;
width: 80px;
height: 80px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
</style>
</head>
<body>
<div class="loader"></div>
<h1>Buying the boys pizza...<br>Please wait 🍕</h1>
</body>
</html>
To host it for free:
Go to https://neocities.org
Sign up (free), create a new site, and upload the HTML file.
Or use https://pages.github.com if you're familiar with GitHub.
Let me know if you want me to guide you through hosting.
Once your page is hosted and you have a link (e.g. https://yourname.neocities.org/pizza.html
), I can generate a QR code for you.
Would you like me to host it for you and send a working QR code? Or do you want to host it yourself and then come back with the link?
Here’s how we can get you a working QR code that drops users onto a “Buying the boys pizza…please wait” loading screen:
You’ll need to upload the HTML (code provided previously) to a free static hosting service like Neocities or GitHub Pages.
Neocities is ideal: free 1 GB storage, HTML/CSS support—perfect for our small page indieweb.org+3reddit.com+3reddit.com+3.
Alternatively, GitHub Pages works well if you're comfortable with Git.
Let me know if you'd like step-by-step help on either.
Once hosted, copy your public page URL (e.g. https://yourname.neocities.org/pizza.html
) and use a free static QR code generator like:
Adobe Express QR generator (web-based, customizable, no expiration) reddit.comadobe.com
QRCode-Online.com – simple and works directly in browser qrcode-online.com
These services create offline (static) QR codes that don’t expire or redirect.
Generate the QR code with your URL.
Download as PNG/SVG.
Use or print it wherever “Buy the boys pizza…”
loading screen needs to be accessed.
Step | Action |
---|---|
1 | Host the HTML page |
2 | Generate a QR code from your URL |
3 | Download and share it |
Upload your page where you’d like.
Share the URL with me.
I’ll walk you through generating a custom QR code, or I can create one and send it your way.
Sound good? Let’s get that pizza-party ready! 🍕